docs: fix broken Markdown link (issue #10018)#10029
docs: fix broken Markdown link (issue #10018)#10029d-mahi14 wants to merge 5 commits intostdlib-js:developfrom
Conversation
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Signed-off-by: d-mahi14 <desaihmahi@gmail.com>
Updated the main.js file to include a new TODO function and modified the snippet function documentation. Signed-off-by: d-mahi14 <desaihmahi@gmail.com>
Signed-off-by: d-mahi14 <desaihmahi@gmail.com>
|
@kgryte can you please review this pr?? |
Planeshifter
left a comment
There was a problem hiding this comment.
I get a "404: Page not found" for the updated link?
|
Ref: #10733 |
|
Thank you for working on this pull request. However, we cannot accept your contribution as the issue this pull request seeks to resolve has already been addressed in a different pull request or commit. Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
Description
A broken link was detected in the automated Markdown links workflow for the Schubert and Gertz (2018) reference. The standard DOI redirector was returning a 404.
This PR updates the link to point directly to the ACM Digital Library landing page, which resolves correctly and satisfies the link-checking workflow.
Related Issues
resolves #10018